home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Applications / DataCrab 2.0r1 Emulator / DataCrab Data / DataCrab More Info < prev    next >
Text File  |  1998-08-10  |  3KB  |  63 lines

  1.              A D V A N C E D
  2.    ___       _         ___          _
  3.   |   \ __ _| |_ __ _ / __|_ _ __ _| |__
  4.   | |) / _` |  _/ _` | (__| '_/ _` | '_ \
  5.   |___/\__,_|\__\__,_|\___|_| \__,_|_.__/
  6.             Information Sheet
  7. ---------------------------------------------
  8. ## ADVANCED DATACRAB FEATURES
  9.    DataCrab has some internal database-save and reload commands. You can type "<stats>" in Public Chat and DataCrab will give you statistics on its databases.
  10.    The parsing of data can be important. DataCrab will replace text such as "my " at the beginning of a message with the name of the user who sent it. If a user named "Joe" said "my shoes are red" then "Joe's shoes are red" would be entered in the database. Now, say you didn't want "my" to be changed. You'd have to use a 'tag' that's built into DataCrab. You'd say "<my> shoes are red" and the data would be entered as "my shoes are red."
  11.    Here's a list of words and tags you can use and what they're replaced with:
  12.  
  13.       I         [name of user]
  14.       my        his
  15.       <F>my     her
  16.       <M>my     his
  17.       <N>my     its
  18.       <I>       I
  19.       <my>      my
  20.       <your>    your
  21.       <?>       ?
  22.       \>        >
  23.       \<        <
  24.       
  25.       <who>     [name of user who
  26.                  queried DataCrab]
  27.                  
  28.       $who      [same as <who>]
  29.       
  30.       <reply>   [do not start reply with
  31.                  "I think", etc.]
  32.                  
  33.       <version> current DataCrab version
  34.  
  35. ---------------------------------------------
  36. ## USING <WHO>
  37.    Who is used when you want to get the name of the user who queried DataCrab. If the subject is "juice", the description "what <who> drinks", and the name of the user who asked was "Bob":
  38.  
  39.       datacrab, what is juice?
  40.    
  41.    DataCrab would reply:
  42.    
  43.       juice, is like, what Bob drinks
  44.  
  45. ---------------------------------------------
  46. ## USING <REPLY>
  47.    If you want to prevent DataCrab from starting replies like "I think" and using connectors such as " is like, " then use the <reply> tag. The tag only has to be present in the description once. If the subject is "bacon" and the description is "<reply>Oink!":
  48.  
  49.       datacrab, what is bacon?
  50.       
  51.    DataCrab would reply:
  52.    
  53.       Oink!
  54.  
  55. ---------------------------------------------
  56. ## FOOTER
  57.    DataCrab is written in REALbasic (www.realbasic.com). It uses the HotShell hotline socket technology written by Kevin Pfohl.
  58.  
  59. DataCrab is ©1998 Logical Lemon Productions
  60. HotShell is written by Kevin Pfohl.
  61.  
  62. DataCrab Version:
  63.